home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTMIME.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  599 b   |  24 lines

  1. /*  */
  2.  
  3. /*              MIME Parser                     HTMIME.h
  4. **              -----------
  5. **
  6. **   The MIME parser stream presents a MIME document.
  7. **
  8. **
  9. */
  10.  
  11. #ifndef HTMIME_H
  12. #define HTMIME_H
  13.  
  14. #include "HTStream.h"
  15. #include "HTAnchor.h"
  16.  
  17. extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
  18.                                         HTParentAnchor * anchor,
  19.                                         HTStream *              sink,
  20.                                         HTFormat                format_in,
  21.                                         int                     compressed));
  22.  
  23. #endif
  24.